home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2006 April / DPPRO0406DVD.ISO / Essentials / Programming / Eclipse SDK / eclipse-SDK-3.1.1-win32.exe / eclipse / plugins / org.eclipse.jdt_3.1.0.jar / plugin.properties < prev    next >
Encoding:
Text File  |  2005-09-29  |  1.1 KB  |  19 lines

  1. ###############################################################################
  2. # Copyright (c) 2000, 2005 IBM Corporation and others.
  3. # All rights reserved. This program and the accompanying materials
  4. # are made available under the terms of the Eclipse Public License v1.0
  5. # which accompanies this distribution, and is available at
  6. # http://www.eclipse.org/legal/epl-v10.html
  7. #
  8. # Contributors:
  9. #     IBM Corporation - initial API and implementation
  10. ###############################################################################
  11. pluginName=Eclipse Java Development Tools
  12. providerName=Eclipse.org
  13.  
  14. cheatsheet.category.jdt = Java Development
  15. cheatsheet.helloworld.name = Hello, World Application
  16. cheatsheet.helloworld.desc = This tutorial will show you how to use Eclipse to create a simple Java application that prints to the console.
  17. cheatsheet.helloworld.swt.name = Hello, World Standalone SWT Application
  18. cheatsheet.helloworld.swt.desc = This tutorial will show you how to use Eclipse to create a standalone SWT Java application that creates a Shell and process the events.
  19.